﻿2026-07-31T04:35:51.2427734Z ##[group]Run actions/checkout@v5
2026-07-31T04:35:51.2428234Z with:
2026-07-31T04:35:51.2428600Z   fetch-depth: 2
2026-07-31T04:35:51.2429059Z   repository: BigscreenVR/spt-bs-core
2026-07-31T04:35:51.2431906Z   token: ***
2026-07-31T04:35:51.2432241Z   ssh-strict: true
2026-07-31T04:35:51.2432579Z   ssh-user: git
2026-07-31T04:35:51.2432942Z   persist-credentials: true
2026-07-31T04:35:51.2433334Z   clean: true
2026-07-31T04:35:51.2433691Z   sparse-checkout-cone-mode: true
2026-07-31T04:35:51.2434101Z   fetch-tags: false
2026-07-31T04:35:51.2434444Z   show-progress: true
2026-07-31T04:35:51.2434802Z   lfs: false
2026-07-31T04:35:51.2435132Z   submodules: false
2026-07-31T04:35:51.2435485Z   set-safe-directory: true
2026-07-31T04:35:51.2435887Z   allow-unsafe-pr-checkout: false
2026-07-31T04:35:51.2436291Z ##[endgroup]
2026-07-31T04:35:51.3224512Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-31T04:35:51.3226402Z ##[group]Getting Git version info
2026-07-31T04:35:51.3227065Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-31T04:35:51.3227996Z [command]/usr/bin/git version
2026-07-31T04:35:51.3228416Z git version 2.43.0
2026-07-31T04:35:51.3242122Z ##[endgroup]
2026-07-31T04:35:51.3253155Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/eacb6300-68c0-46fa-9476-9231cb01e693' before making global git config changes
2026-07-31T04:35:51.3254491Z Adding repository directory to the temporary git global config as a safe directory
2026-07-31T04:35:51.3256369Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-31T04:35:51.3289597Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-31T04:35:51.3307644Z https://github.com/BigscreenVR/spt-bs-core
2026-07-31T04:35:51.3318157Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-31T04:35:51.3321072Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-31T04:35:51.3341506Z HEAD
2026-07-31T04:35:51.3452534Z ##[endgroup]
2026-07-31T04:35:51.3455935Z [command]/usr/bin/git submodule status
2026-07-31T04:35:51.3645573Z ##[group]Cleaning the repository
2026-07-31T04:35:51.3648760Z [command]/usr/bin/git clean -ffdx
2026-07-31T04:35:52.0590048Z Removing dist/
2026-07-31T04:35:52.0590958Z Removing target/
2026-07-31T04:35:52.0598580Z [command]/usr/bin/git reset --hard HEAD
2026-07-31T04:35:52.0664227Z HEAD is now at 00f3f924d release: v0.47.0 (counter 82) — fast-follow: engine-room ceremony, roster access views, admin-key ceremonies
2026-07-31T04:35:52.0670210Z ##[endgroup]
2026-07-31T04:35:52.0671610Z ##[group]Disabling automatic garbage collection
2026-07-31T04:35:52.0675222Z [command]/usr/bin/git config --local gc.auto 0
2026-07-31T04:35:52.0702360Z ##[endgroup]
2026-07-31T04:35:52.0703328Z ##[group]Setting up auth
2026-07-31T04:35:52.0707725Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-31T04:35:52.0733390Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-31T04:35:52.0928446Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-31T04:35:52.0953633Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-31T04:35:52.1141793Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-31T04:35:52.1168275Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-31T04:35:52.1370069Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-31T04:35:52.1402163Z ##[endgroup]
2026-07-31T04:35:52.1403508Z ##[group]Fetching the repository
2026-07-31T04:35:52.1409121Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +9a720c13b63c08c8b2b5ebdaf081631e1b9bb1ee:refs/remotes/origin/main
2026-07-31T04:35:52.6174192Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-31T04:35:52.6175064Z    00f3f924d..9a720c13b  9a720c13b63c08c8b2b5ebdaf081631e1b9bb1ee -> origin/main
2026-07-31T04:35:52.6195980Z ##[endgroup]
2026-07-31T04:35:52.6196634Z ##[group]Determining the checkout info
2026-07-31T04:35:52.6197235Z ##[endgroup]
2026-07-31T04:35:52.6206637Z [command]/usr/bin/git sparse-checkout disable
2026-07-31T04:35:52.6244810Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-31T04:35:52.6267459Z ##[group]Checking out the ref
2026-07-31T04:35:52.6269762Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-31T04:35:52.6469484Z Previous HEAD position was 00f3f924d release: v0.47.0 (counter 82) — fast-follow: engine-room ceremony, roster access views, admin-key ceremonies
2026-07-31T04:35:52.6474519Z Switched to a new branch 'main'
2026-07-31T04:35:52.6474924Z branch 'main' set up to track 'origin/main'.
2026-07-31T04:35:52.6482558Z ##[endgroup]
2026-07-31T04:35:52.6519112Z [command]/usr/bin/git log -1 --format=%H
2026-07-31T04:35:52.6542427Z 9a720c13b63c08c8b2b5ebdaf081631e1b9bb1ee
